From fc8516fe75089459c09e750db0c5d6ae643dea63 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 5 Apr 2015 22:09:04 -0400 Subject: [PATCH] Formatting fix --- gtk/gtkfilechooserentry.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 20279e02b0..032d19d02c 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -267,7 +267,8 @@ set_complete_on_load (GtkFileChooserEntry *chooser_entry, gboolean complete_on_load) { /* a completion was triggered, but we couldn't do it. - * So no text was inserted when pressing tab, so we beep */ + * So no text was inserted when pressing tab, so we beep + */ if (chooser_entry->complete_on_load && !complete_on_load) gtk_widget_error_bell (GTK_WIDGET (chooser_entry)); -- 2.30.2